build: Update CLEANFILES
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 26 Oct 2016 15:10:35 +0000 (16:10 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 26 Oct 2016 15:10:35 +0000 (16:10 +0100)
We use nodist for gir and typelib files, because we expect them to be
rebuilt.

gtk/Makefile.am

index 458625963f4bc698ccb17aad5925446e60b7e2f1..941de3f28ec9154bd5c231fa60f7a73aa81d63f5 100644 (file)
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = subdir-objects
-
 include $(top_srcdir)/Makefile.decl
 
 GTK_BASE_CFLAGS_DEFINES =                              \
@@ -1575,7 +1573,7 @@ nodist_gir_DATA = $(INTROSPECTION_GIRS) $(EXTRA_GIRS)
 typelibsdir = $(libdir)/girepository-1.0
 nodist_typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) $(EXTRA_GIRS:.gir=.typelib)
 
-CLEANFILES += $(gir_DATA) $(typelibs_DATA)
+CLEANFILES += $(nodist_gir_DATA) $(nodist_typelibs_DATA)
 endif
 
 #